var runtime.netpollEventFd
7 uses
runtime (current package)
netpoll_epoll.go#L17: netpollEventFd uintptr // eventfd for netpollBreak
netpoll_epoll.go#L36: *(**uintptr)(unsafe.Pointer(&ev.Data)) = &netpollEventFd
netpoll_epoll.go#L42: netpollEventFd = uintptr(efd)
netpoll_epoll.go#L46: return fd == uintptr(epfd) || fd == netpollEventFd
netpoll_epoll.go#L76: n := write(netpollEventFd, noescape(unsafe.Pointer(&one)), oneSize)
netpoll_epoll.go#L137: if *(**uintptr)(unsafe.Pointer(&ev.Data)) == &netpollEventFd {
netpoll_epoll.go#L149: read(int32(netpollEventFd), noescape(unsafe.Pointer(&one)), int32(unsafe.Sizeof(one)))
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |